Fox's Git Mirrors
Node / rns-mirrors / Reticulum-Go.git / files / examples / pageserver / internal / server / const.go
Displaying Raw • Download
examples/pageserver/internal/server/const.go 83609bcb589eb3cfc35b98ecc0b3327b2ae99d77 (83609bcb) Text, 240 B
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io
package server
import "time"
const (
AppName = "Reticulum-Go Test Node"
AppAspect = "node"
MaxNodeNameBytes = 255
MinAnnounceInterval = 1 * time.Minute
)
Served by rngit 1.5.2 - Generated in 0.02s